[INFO] cloning repository https://github.com/anushkasomani/listing-contract
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anushkasomani/listing-contract" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanushkasomani%2Flisting-contract", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanushkasomani%2Flisting-contract'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fe405cd8982483a155580a4b91dfbcd06dc5ae2b
[INFO] fixing anushkasomani/listing-contract against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanushkasomani%2Flisting-contract" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/anushkasomani/listing-contract
[INFO] finished tweaking git repo https://github.com/anushkasomani/listing-contract
[INFO] tweaked toml for git repo https://github.com/anushkasomani/listing-contract written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/anushkasomani/listing-contract on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/anushkasomani/listing-contract already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ca3ef02279ec241c2340770d86dc81d53961d3685b190d916b81e37b1e2a0841
[INFO] running `Command { std: "docker" "start" "ca3ef02279ec241c2340770d86dc81d53961d3685b190d916b81e37b1e2a0841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ca3ef02279ec241c2340770d86dc81d53961d3685b190d916b81e37b1e2a0841" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca3ef02279ec241c2340770d86dc81d53961d3685b190d916b81e37b1e2a0841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ca3ef02279ec241c2340770d86dc81d53961d3685b190d916b81e37b1e2a0841" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling borsh v1.6.0
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling zerocopy v0.8.37
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling num-bigint v0.3.3
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking near-schema-checker-core v0.34.5
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling near-schema-checker-macro v0.34.5
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking fixed-hash v0.7.0
[INFO] [stderr]     Checking bs58 v0.4.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking near-schema-checker-lib v0.34.5
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking json_comments v0.2.2
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking near-stdx v0.34.5
[INFO] [stderr]    Compiling openssl-src v300.5.5+3.5.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking flate2 v1.1.8
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]     Checking bumpalo v3.19.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]    Compiling near-sdk-macros v5.24.0
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking hex-conservative v0.2.2
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling secp256k1-sys v0.8.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling blst v0.3.16
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking lzma-rs v0.3.0
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking time v0.3.46
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking bzip2 v0.5.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking zeropool-bn v0.5.11
[INFO] [stderr]     Checking ripemd v0.1.3
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking crypto-mac v0.9.1
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling easy-ext v0.2.9
[INFO] [stderr]     Checking deflate64 v0.1.10
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking tar v0.4.44
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking hmac v0.9.0
[INFO] [stderr]     Checking fs4 v0.6.6
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking bitcoin_hashes v0.14.1
[INFO] [stderr]    Compiling near-sandbox v0.3.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling borsh-derive v1.6.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling derive_arbitrary v1.4.2
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking secp256k1 v0.27.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking near-config-utils v0.34.5
[INFO] [stderr]     Checking webpki-roots v1.0.5
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling smart-default v0.7.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling bon-macros v3.8.1
[INFO] [stderr]     Checking near-sys v0.2.6
[INFO] [stderr]     Checking ident_case v1.0.1
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking is_executable v0.1.2
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking slipped10 v0.4.6
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking dunce v1.0.5
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking testresult v0.4.1
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking near-account-id v2.5.0
[INFO] [stderr]     Checking near-token v0.3.3
[INFO] [stderr]     Checking near-gas v0.3.4
[INFO] [stderr]     Checking serde_with v3.16.1
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking primitive-types v0.10.1
[INFO] [stderr]     Checking bytesize v1.3.3
[INFO] [stderr]     Checking near-time v0.34.5
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking jsonptr v0.7.1
[INFO] [stderr]     Checking cargo-platform v0.3.1
[INFO] [stderr]     Checking bip39 v2.2.2
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking serde_dbgfmt v0.1.1
[INFO] [stderr]     Checking cargo_metadata v0.23.1
[INFO] [stderr]     Checking json-patch v4.1.0
[INFO] [stderr]     Checking bon v3.8.1
[INFO] [stderr]     Checking near-crypto v0.34.5
[INFO] [stderr]     Checking near-openapi-types v0.7.0
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking near-abi v0.4.4
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking near-primitives-core v0.34.5
[INFO] [stderr]     Checking cargo-near-build v0.10.0
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking near-parameters v0.34.5
[INFO] [stderr]     Checking near-fmt v0.34.5
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking binary-install v0.4.1
[INFO] [stderr]     Checking near-primitives v0.34.5
[INFO] [stderr]     Checking near-vm-runner v0.34.5
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr] error: could not compile `near-primitives` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name near_primitives --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/near-primitives-0.34.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::all' '--deny=clippy::suspicious' '--deny=clippy::perf' '--deny=clippy::correctness' '--deny=clippy::unused_async' '--deny=clippy::unnecessary_lazy_evaluations' '--deny=clippy::unnecessary_join' '--deny=clippy::unnecessary_box_returns' --allow=unexpected_cfgs '--deny=clippy::unchecked_duration_subtraction' '--allow=clippy::single_char_pattern' '--deny=clippy::same_functions_in_if_condition' '--deny=clippy::redundant_clone' '--deny=clippy::or_fun_call' '--deny=clippy::needless_pass_by_ref_mut' '--deny=clippy::needless_collect' '--deny=clippy::manual_is_variant_and' '--deny=clippy::len_zero' '--deny=clippy::large_types_passed_by_value' '--deny=clippy::large_stack_frames' '--deny=clippy::large_futures' '--deny=clippy::inefficient_to_string' '--deny=clippy::flat_map_option' '--deny=clippy::explicit_iter_loop' '--deny=clippy::explicit_into_iter_loop' '--deny=clippy::explicit_deref_methods' '--deny=clippy::disallowed_types' '--deny=clippy::derivable_impls' '--deny=clippy::clone_on_copy' '--deny=clippy::assigning_clones' --check-cfg 'cfg(enable_const_type_id)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("calimero_zero_storage", "clock", "nightly", "protocol_feature_spice", "protocol_schema", "rand", "rand_chacha", "reed-solomon-erasure", "sandbox", "schemars", "solomon", "test_features", "test_utils"))' -C metadata=f11e6b42648f3f06 -C extra-filename=-3c1c505293b5f676 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arbitrary=/opt/rustwide/target/debug/deps/libarbitrary-79ca3f1192b5ee05.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-4808f2a1b2894a6a.rmeta --extern bitvec=/opt/rustwide/target/debug/deps/libbitvec-6d8be6e8711758cb.rmeta --extern borsh=/opt/rustwide/target/debug/deps/libborsh-6bb7450ba40671fa.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-4ca9783291f39b55.rmeta --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-1715c41cc22cdd51.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-63e900f6a630320c.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-8a692ef563c0ce37.rmeta --extern easy_ext=/opt/rustwide/target/debug/deps/libeasy_ext-fbcb3de81b074fcc.so --extern enum_map=/opt/rustwide/target/debug/deps/libenum_map-f9001997af5abd44.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-92ac504ce784951a.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-73a2b446db53c18b.rmeta --extern near_crypto=/opt/rustwide/target/debug/deps/libnear_crypto-dd72a9efcc89022c.rmeta --extern near_fmt=/opt/rustwide/target/debug/deps/libnear_fmt-55589331f577e33b.rmeta --extern near_parameters=/opt/rustwide/target/debug/deps/libnear_parameters-46e18df149451a4b.rmeta --extern near_primitives_core=/opt/rustwide/target/debug/deps/libnear_primitives_core-a95638aca05e7022.rmeta --extern near_schema_checker_lib=/opt/rustwide/target/debug/deps/libnear_schema_checker_lib-eddd05e4edf48367.rmeta --extern stdx=/opt/rustwide/target/debug/deps/libnear_stdx-c35f369f48f7ff54.rmeta --extern near_time=/opt/rustwide/target/debug/deps/libnear_time-ad0b0b7bde61afcf.rmeta --extern num_rational=/opt/rustwide/target/debug/deps/libnum_rational-b921374602d5584f.rmeta --extern ordered_float=/opt/rustwide/target/debug/deps/libordered_float-213535dbafd81be7.rmeta --extern primitive_types=/opt/rustwide/target/debug/deps/libprimitive_types-ddd47423c95bbd8d.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-553a4e5ef7ef77c7.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-1fe66a5fed418f11.rmeta --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-056d51f50067fef1.rmeta --extern sha3=/opt/rustwide/target/debug/deps/libsha3-dea2f459c7b62d48.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-fc5d78a63f8bfb26.rmeta --extern smart_default=/opt/rustwide/target/debug/deps/libsmart_default-4e55dad8a761234d.so --extern strum=/opt/rustwide/target/debug/deps/libstrum-6beb27505ae3006c.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-4332e1988a56a723.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-55f905ebd6cfcf0c.rmeta --extern zstd=/opt/rustwide/target/debug/deps/libzstd-297e06bbb5a1d352.rmeta --cap-lints allow -L native=/opt/rustwide/target/debug/build/secp256k1-sys-ce238ee14b23fce6/out -L native=/opt/rustwide/target/debug/build/zstd-sys-05860d9a7b1e2291/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `near-openapi-types` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name near_openapi_types --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/near-openapi-types-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cce5e175c85e40b -C extra-filename=-21cc6f3141e8df1c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bs58=/opt/rustwide/target/debug/deps/libbs58-1d99ba96fb5d4575.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-63e900f6a630320c.rmeta --extern near_account_id=/opt/rustwide/target/debug/deps/libnear_account_id-120270063331affa.rmeta --extern near_gas=/opt/rustwide/target/debug/deps/libnear_gas-78fae6251ea9aee3.rmeta --extern near_token=/opt/rustwide/target/debug/deps/libnear_token-2a1381b0e859d8f4.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-553a4e5ef7ef77c7.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-1fe66a5fed418f11.rmeta --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-bd1e1b0e9a5c9cd3.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-4332e1988a56a723.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ca3ef02279ec241c2340770d86dc81d53961d3685b190d916b81e37b1e2a0841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca3ef02279ec241c2340770d86dc81d53961d3685b190d916b81e37b1e2a0841", kill_on_drop: false }`
[INFO] [stdout] ca3ef02279ec241c2340770d86dc81d53961d3685b190d916b81e37b1e2a0841
